Script on page start


Any page can on start trigger some actions using the script language.
You can of course change or create any variable.
See the Script language.

Example:
You write on first page script:
PageTimer("30000","Page 2")

If user doesnÆt click on anything after 3 minutes (30000 milliseconds), the "Page 2" will appear.
You can create some small animations using just couple of hundred milliseconds.